home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / pmpsrc11.zip / TYPES.H < prev   
Text File  |  1991-07-30  |  639b  |  19 lines

  1. /*
  2.     types.h -- Type definitions
  3.  
  4.   Poor Man's Packet (PMP)
  5.   Copyright (c) 1991 by Andrew C. Payne    All Rights Reserved.
  6.  
  7.   Permission to use, copy, modify, and distribute this software and its
  8.   documentation without fee for NON-COMMERCIAL AMATEUR RADIO USE ONLY is hereby
  9.   granted, provided that the above copyright notice appear in all copies.
  10.   The author makes no representations about the suitability of this software
  11.   for any purpose.  It is provided "as is" without express or implied warranty.
  12.  
  13. */
  14. /* ----- Typedefs ----- */
  15.  
  16. typedef unsigned int word;
  17. typedef unsigned char byte;
  18. typedef unsigned int KEY;
  19.